home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / lack.zoo / gemlib / README.lack < prev    next >
Encoding:
Text File  |  1994-01-02  |  624 b   |  13 lines

  1.     lackaes.olb only works with -mshort.  I didn't do much
  2. with gemlib's makefiles.  just do:
  3. make -f makefile.16 lack
  4. _aesparams and __aes__ are now pointers.  the macro NEW_AESP(x)
  5. will declare a new set of int arrays and set the AESP x to them.
  6. _aesparams=&x will allow the libraary to use it.  this must be
  7. done before any aes calls are made.  int (*__aes__)() is
  8. initialized to the standard function now called _user_aes(). 
  9. When an aes call returns, _aesparams and __aes__ are restored to
  10. the proper values, so this library can be used recursively and
  11. with multiple threads in any NON-premptive aes version.
  12.  
  13.